(top-level): Move (require 'tempo) to start to quieten byte-compiler.
authorGlenn Morris <rgm@gnu.org>
Tue, 10 Apr 2007 04:01:05 +0000 (04:01 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 10 Apr 2007 04:01:05 +0000 (04:01 +0000)
lisp/progmodes/dcl-mode.el

index 618de7a3345018e35120d0d02f1fee41ac21262d..bdec1bf9ef4967cf3331973f347896e9bff1a131 100644 (file)
@@ -71,6 +71,9 @@
 
 ;;; Code:
 
+(require 'tempo)
+
+
 ;;; *** Customization *****************************************************
 
 
@@ -1935,8 +1938,6 @@ section at the end of the current buffer."
 ;; standard Emacs.  I would have liked something closer to the functionality
 ;; of LSE templates...
 
-
-(require 'tempo)
 (defvar dcl-tempo-tags nil
   "Tempo tags for DCL mode.")